Welcome![Sign In][Sign Up]
Location:
Search - android a

Search list

[BooksAndroid基础教程

Description: 第一部分 Android简介 第1章 快速入门.............. 3 1.1 安装工具...... 3 1.1.1 Java 5.0+.... 3 1.1.2 Eclipse.......... 4 1.1.3 Android....... 4 1.1.4 Eclipse插件..................... 5 1.2 创建第一个程序.... 7 1.3 在模拟器上运行程序............... 8 1.4 在手机上运行程序..................... 9 1.5 快速阅读指南.......... 9 第2章 基本概念........... 11 2.1 Android的系统架构................ 11 2.1.1 Linux内核..................... 11 2.1.2 本机库...... 12 2.1.3 Android运行时......... 13 2.1.4 应用程序框架........... 14 2.1.5 应用程序 15 2.2 它还活着... 15 2.2.1 进程不等于应用程序......... 16 2.2.2 应用程序生命周期............... 17 2.3 构建块......... 19 2.3.1 活动............ 19 2.3.2 意图............ 19 2.3.3 服务............ 19 2.3.4 内容提供者................. 19 2.4 使用资源... 20 2.5 安全性......... 20 2.6 快速阅读指南....... 21 第二部分 Android基础知识 第3章 设计用户界面..................... 25 3.1 数独游戏简介....... 25 3.2 声明性设计............. 26 3.3 创建启动界面....... 27 3.4 使用替代资源....... 34 3.5 实现About对话框..................... 37 3.6 应用主题... 41 3.7 添加菜单... 43 3.8 添加设置... 45 3.9 开始新游戏............. 47 3.10 利用日志消息调试程序... 48 3.11 利用调试器调试程序......... 50 3.12 退出游戏 50 3.13 快速阅读指南.... 50 第4章 绘制2D图形...................... 53 4.1 Android图形基础...................... 53 4.1.1 Color类... 53 4.1.2 Paint类... 54 4.1.3 Canvas类 55 4.1.4 Path类...... 55 4.1.5 Drawable类................. 56 4.2 在Sudoku程序中添加图形............... 58 4.2.1 开始游戏 58 4.2.2 定义Game类................. 58 4.2.3 定义PuzzleView类............... 60 4.2.4 绘制游戏盘面........... 61 4.2.5 绘制数字 63 4.3 处理输入... 65 4.3.1 定义和更新选定区域......... 66 4.3.2 输入数字 68 4.3.3 增加提示 69 4.3.4 抖动屏幕 70 4.4 其他问题... 71 4.4.1 创建软键盘................. 71 4.4.2 实现游戏逻辑........... 76 4.4.3 其他功能 78 4.5 更多改进... 80 4.6 快速阅读指南....... 81 第5章 多媒体. 83 5.1 播放音频... 83 5.2 播放视频... 88 5.3 为数独游戏配上音乐............ 92 5.4 快速阅读指南....... 94 第6章 存储本地数据..................... 95 6.1 为数独游戏添加选项............ 95 6.2 继续玩前一个游戏.................. 97 6.3 记住当前位置....... 99 6.4 访问内部文件系统............... 100 6.5 访问SD卡.............. 101 6.6 快速阅读指南.... 103 第三部分 高级主题 第7章 互联的世界. 107 7.1 通过意图实现浏览............... 108 7.2 利用视图打开网页............... 111 7.3 JavaScript与Java通信.......... 115 7.4 使用Web服务..... 121 7.5 快速阅读指南.... 131 第8章 定位与环境感知........... 133 8.1 位置,位置,位置............... 133 8.1.1 我在哪里.................... 135 8.1.2 更新位置.................... 137 8.1.3 模拟说明.................... 138 8.2 充分利用传感器..................... 139 8.2.1 了解传感器.............. 139 8.2.2 解析传感器的读数............ 140 8.2.3 模拟说明.................... 140 8.3 地图功能 141 8.3.1 嵌入MapView........... 142 8.3.2 准备就绪.................... 145 8.3.3 模拟说明.................... 146 8.4 快速阅读指南.... 147 第9章 SQL实战...... 149 9.1 SQLite简介........... 149 9.2 SQL基础 150 9.2.1 DDL语句.................... 151 9.2.2 修改语句.................... 151 9.2.3 查询语句.................... 151 9.3 你好,数据库.... 152 9.3.1 使用SQliteOpenHelper 153 9.3.2 定义主程序.............. 155 9.3.3 添加一行.................... 156 9.3.4 运行一个查询........ 157 9.3.5 显示查询结果........ 158 9.4 数据绑定 159 9.5 使用ContentProvider...... 162 9.5.1 更改主程序.............. 164 9.5.2 添加一行.................... 164 9.5.3 运行一个查询........ 165 9.6 实现ContentProvider...... 165 9.7 快速阅读指南.... 166 第10章 利用OpenGL实现3D图形.............. 169 10.1 理解3D图形..... 169 10.2 OpenGL简介.... 170 10.3 构建一个OpenGL程序... 171 10.4 管理线程............. 173 10.5 构建一个模型. 178 10.6 光线、相机…….................. 181 10.7 动作......... 183 10.8 应用纹理............. 184 10.9 透明效果............. 187 10.10 快速阅读指南..................... 189 第四部分 附录 附录A Java与Android语言及其API.......... 193 附录B 参考书目........ 197
Platform: | Size: 13578541 | Author: pumaxy | Hits:

[VC/MFCApress.Android.Essentials.Jul.2008

Description: 关于google android 手机平台开发的电子书籍,英文版的,2008年出版,国内还没有这方面的书,所以这有从国外淘一淘了-Google android mobile phone platform on the development of e-books in English, published in 2008, the domestic also do not have the book, so this is a Amoy Amoy from abroad a
Platform: | Size: 986112 | Author: 张珉 | Hits:

[OtherApress.Android.Essentials.Jul.2008.pdf

Description: 一本非常好的介绍Android平台的入门书籍,基本概念非常清晰-A very good introduction Android platform Introduction to books, the basic concept is very clear
Platform: | Size: 1007616 | Author: xu | Hits:

[JSPMcGraw.Hill.Android.A.Programmers.Guide.Jul.2008.r

Description: McGraw.Hill的Android.A.Programmers.Guide pdf格式,Android 程序员指南,非常适合初学者入门,虽然是英文的,但是简直是事无巨细地介绍和手把手地教,比目前可以找到的中文资料都详细-McGraw.Hill the Android.A.Programmers.Guide pdf format, Android programmers guide, very suitable for beginners entry, although in English, but is obsessed with hand- in-hand introduce and more detail than the current information can be found in chinese
Platform: | Size: 3833856 | Author: 新蛮狼 | Hits:

[JSPMcGraw.Hill.Android.A.Programmers.Guide.Jul.2008.e

Description: android programming guide
Platform: | Size: 3834880 | Author: qingfeng | Hits:

[Embeded-SCM DevelopAndroid-A_Programmers_Guide

Description: Android编程手册,英文版,前面一部分与android的SDK文档差不多,后面部分比较有参看价值,具体目录见英文描述!-Android A Programmer’s Guide New York Chicago San Francisco Contents at a Glance(目录) 1 What Is Android? 2 Downloading and Installing Eclipse 3 Downloading and Installing the Android SDK 4 Exploring the Android SDK 5 Application: Hello World! 6 Using the Command-Line Tools and the Android Emulator 7 Using Intents and the Phone Dialer 8 Lists, Menus, and Other Views 9 Using the Cell Phone’s GPS Functionality 10 Using the Google API with GTalk 11 Application: Find a Friend 12 Android SDK Tool Reference
Platform: | Size: 3833856 | Author: 深谷冰兰 | Hits:

[JSP/JavaAndroid-Anatomy-GoogleIO

Description: 介绍Android的框架,对了解这个很有意义。-Android introduce a framework for the understanding of this very meaningful.
Platform: | Size: 1530880 | Author: openxu | Hits:

[Special EffectsMcGraw_Hill_-_Android_A_programmers_guide_2008

Description: a book about android
Platform: | Size: 3761152 | Author: fanciful | Hits:

[GIS programAPI

Description: android all api demo project
Platform: | Size: 4716544 | Author: fanciful | Hits:

[androidandroid

Description: 反编译后的android平台, android 是当今google的正在推出的手机平台,本源码是经过反编译后的android平台,有很强的参考价值-After decompile android platform, android is being launched today, the google phone platform, the source code is compiled after the anti-android platform, has a strong reference value
Platform: | Size: 4485120 | Author: panenlei | Hits:

[androidAndroid(5-13)

Description: 新版Android开发教程+笔记七--基础UI编程1.doc,新版Android开发教程+笔记十二--文件存取、数据库编程.doc-Development of a new version of Android tutorial+ Notes 7- basic UI programming 1.doc, a new version of Android development tutorial+ notes 12- file access, database programming. Doc
Platform: | Size: 8216576 | Author: GGG | Hits:

[OtherPragmatic.Hello.Android.2nd.Edition.Nov.2009

Description: Android开发入门,学习Android的资料-Many of the designations used by manufacturers and sellers to distinguish their prod- ucts are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC. Portions of the book’s cover are reproduced from work created and shared by Google and used according to terms described in the Creative Commons 2.5 Attribution License. See http://code.google.com/policies.html#restrictions for details. Every precaution was taken in the preparation of this book. However, the publisher assumes no responsibility for errors or omissions, or for damages that may result from the use of information (including program listings) contained herein. Our Pragmatic courses, work
Platform: | Size: 2609152 | Author: wind | Hits:

[androidAndroid-code

Description: 《Android基础教程》的随书源码,可以方便学习该书的时候手动敲入源码出现错误时进行对比,也可以单独下载作为入门进行学习。-" Android-based tutorial" in the book with source code, you can easily learn from the book when manually typing error when comparing source code can also be downloaded as a separate entry-learning.
Platform: | Size: 2103296 | Author: 闫永明 | Hits:

[JSPandroid.A.Programmers.Guide

Description: android.A.Programmers.Guide 是本全面介绍google android 1.5 sdk使用重点,并且对sdk 1.1版本比较。-android.A.Programmers.Guide a comprehensive description of this google android 1.5 sdk on the priorities, and the right sdk 1.1 version comparison.
Platform: | Size: 3837952 | Author: | Hits:

[androidManning.Unlocking.Android.A.Developers.Guide.May.

Description: Manning Unlocking Android A Developer s Guide May 2009
Platform: | Size: 5050368 | Author: youjmn | Hits:

[androidMcGrawHill-Android-A-programmers-guide-2008

Description: 本资料主要是用于android开发初学者的学习使用,更深入的学习需要更详细的书籍-android
Platform: | Size: 3760128 | Author: 陈睿 | Hits:

[androidBeginning.Android.2

Description: Begining Android,Android入门开发者的好书!-Begining Android, a nice book for newbie Android developer.
Platform: | Size: 8271872 | Author: RoyWong | Hits:

[androidMcGraw.Hill.Android.A.Programmers.Guide.Jul.2008.

Description: for android developer, McGraw.Hill.Android.A.Programmers.Guide.Jul.2008.eBook-DDU.pdf
Platform: | Size: 4333568 | Author: king | Hits:

[androidAndroid-A-Programmers-Guide

Description: Android A Programmer s Guide.zip
Platform: | Size: 4098048 | Author: ericseo | Hits:

[androidAndroid

Description: Android 仿雷电简单飞行游戏实现了安卓端简单的飞行游戏,类似雷电,有生命值、boss、宝物掉落和进化功能(Android, a simple game of imitation thunder and lightning, achieves Andrew's simple game, similar to thunder and lightning, and has life value, boss, treasure dropping and evolutionary function.)
Platform: | Size: 12119040 | Author: ES1678 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net